From: Raspbian automatic forward porter Date: Fri, 10 Jul 2026 01:49:38 +0000 (+0100) Subject: Merge version 0.14.6+dfsg-1+rpi1 and 0.14.6+dfsg-3 to produce 0.14.6+dfsg-3+rpi1 X-Git-Tag: archive/raspbian/0.14.6+dfsg-3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=93a42ac46229c0c4a94e7561506ebea1ebea2215;p=statsmodels.git Merge version 0.14.6+dfsg-1+rpi1 and 0.14.6+dfsg-3 to produce 0.14.6+dfsg-3+rpi1 --- 93a42ac46229c0c4a94e7561506ebea1ebea2215 diff --cc debian/changelog index 61ad892,6a52e50..8dc31e1 --- a/debian/changelog +++ b/debian/changelog @@@ -1,12 -1,21 +1,31 @@@ - statsmodels (0.14.6+dfsg-1+rpi1) forky-staging; urgency=medium ++statsmodels (0.14.6+dfsg-3+rpi1) forky-staging; urgency=medium + + [changes brought forward from 0.10.2-2+rpi1 by Peter Michael Green at Tue, 04 Feb 2020 00:34:03 +0000] + * Disable testsuite. + + [changes introduced in 0.11.1-2+rpi1 by Peter Michael Green] + * Disable documentation build due to timeouts. + - -- Raspbian forward porter Thu, 15 Jan 2026 06:29:28 +0000 ++ -- Raspbian forward porter Fri, 10 Jul 2026 01:49:37 +0000 ++ + statsmodels (0.14.6+dfsg-3) unstable; urgency=medium + + * Tests: ignore explicit failure of solve_power, + probably caused by rounding issues. + * Salsa CI: test clean, don't try to build on i386. + + -- Rebecca N. Palmer Fri, 03 Jul 2026 22:13:01 +0100 + + statsmodels (0.14.6+dfsg-2) unstable; urgency=medium + + * Reproducibility: don't execute some examples. + * Salsa CI: re-enable debrebuild. + * Clean up after build. (Closes: #1047280) + * Tests: ignore a known failure to converge. + * Remove duplicate tests to avoid failing the build. + (Closes: #1141040) + + -- Rebecca N. Palmer Tue, 30 Jun 2026 19:22:27 +0100 statsmodels (0.14.6+dfsg-1) unstable; urgency=medium diff --cc debian/rules index 49b42ed,048c648..1fa0c2b --- a/debian/rules +++ b/debian/rules @@@ -48,8 -49,9 +49,9 @@@ execute_after_dh_auto_build-indep : # 0.9.0 including notebooks step: in glm_weights.ipynb : # 0.14.5 sphinx-build only: in reading sources, last line output is statsmodels.functional.graphics.hdrboxplot mkdir -p build/html -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) +ifeq (docdisabled,$(filter nodoc,$(DEB_BUILD_OPTIONS))) python3 debian/datasets/prepopulate_cache.py + mv -n examples/python -T examples/python_orig && mkdir -p examples/python LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 python3 tools/export_notebooks_to_python.py PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \ BUILDDIR=$(CURDIR)/build \